﻿* {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #666;
}

    a:hover {
        color: inherit;
    }


img {
    border: none;
}

input {
    outline: none;
    border: none;
}
textarea{
resize : none;
border: none;
}
li {
    list-style-type: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.wrap {
    width: 100%;
}

.content {
    width: 1200px;
    margin: 0px auto;
}

body {
    width: 100%;
    min-width: 1200px;
    font-size: 12px;
    font-family: "Microsoft YaHei";
}

/**************分页********************/
#pages {
    height: 30px;
    width: 100%;
    text-align: center;
    float: left;
    margin:10px 0;
}
#pages .M-box{
	box-sizing: border-box;
	padding-left: 300px;
}
    #pages a {
        display: inline-block;
        padding: 5px 10px;
        background-color: #f0f0f0;
        border: 1px solid #DDD;
        color: #888;
        border-radius:0.2em;
        margin: 0 2px;
        float: left;
        -webkit-transition: background-color .25s;
        transition: background-color .25s;
    }

        #pages a:hover {
            background-color: #ed182a;
            color: #fff;
        }

        #pages a.active {
            background-color: #ed182a;
            color: #fff;
        }

        #pages a.prev, #pages a.next {
            position: relative;           
            padding: 5px 10px;
        }
    #pages span {
        display: inline-block;
        float: left;
        padding: 6px 10px;
        margin: 0 2px;
        background-color: #ed182a;
        color: #fff;
        cursor: pointer;
        border-radius:0.2em;
        border: 1px solid #DDD;
        position: relative;
    }
.news_page{
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;	
}
.news_page a{
	display: inline-block;
	text-align: center;
	margin: 0px 5px;
	font-size: 16px;
	padding: 5px 10px;
	border-radius: 2px;
	color: #888;
	background: #f0f0f0;
	border: solid 1px #ddd;
}
.news_page span{
	display: inline-block;
	text-align: center;
	margin: 0px 5px;
	font-size: 16px;
	padding: 5px 10px;
	border-radius: 2px;
	color: #888;
	background: #f0f0f0;
	border: solid 1px #ddd;
}

.news_page a:hover{
	color: #fff;
	background: #ed182a;
	border-color: #ed182a;
}

 .news_page a.active{
	color: #fff;
	background: #ed182a;
	border-color: #ed182a;
}
/**************分页END********************/

/*公用*/
.title{
	height: 70px;
	margin: 25px auto;
}
.title h2{
	color: #323232;
	text-align: center;
	font-size: 36px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	position: relative;
	/*font-family: "宋体";*/
}
.title h2:before{
	content: "";
	/*background: #dfdfdf;*/
	background-color: #dfdfdf;
	display: block;
	height: 1px;
	width: 210px;
	position: absolute;
	top: 20.5px;
	left: 280px;
}
.title h2:after{
	content: "";
	/*background: #dfdfdf;*/
	background-color: #dfdfdf;
	display: block;
	height: 1px;
	width: 210px;
	position: absolute;
	top: 20.5px;
	right: 280px;
}
.title p{
	text-align: center;
	color: #a7a7a7;
	font-size: 10px;
}
/*顶部*/
.header {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #F5F5F5;
    color: #a7a7a7;
}

.header_nav, .header_navleft, .header_navright {
    height: 30px;
    line-height: 30px;
    color: #989898;
    font-size: 12px;
    font-family: '宋体';
}

.header_nav {
    margin: 0px auto;
    background-color: #F5F5F5;
    overflow: inherit;
}
/*导航*/
.nav .nav_con{
	height: 52px;
	line-height: 52px;
	margin: 21px auto;
}

.nav .nav_con>ul{
	width: 700px;	
	height: 52px;
	line-height: 52px;
	/*margin-left: 30px;*/
}

.nav .nav_con>ul>li {
	width: 100px;
	height: 52px;
	float: left;
	position: relative;
}

.nav .nav_con ul li .a {
	width: 100px;
	height: 100%;
	display: block;
	height: 50px;
	text-align: center;
	color: #545454;
	line-height: 52px;
	font-size: 16px;
}
.nav .nav_con>ul>li .xl{
	position: absolute;
	top: 54px;
	left: 0px;
	z-index: 999;
	background-color: #ccc;
	display: none;
	opacity: .8;
}
.nav .nav_con>ul>li .xl li a{
	color: #545454;
}
.nav .nav_con ul>li:hover>a {
	color: #da251e;
	
}
.nav .nav_con ul>li:hover{
	border-bottom: solid 2px #da251e;
}
.nav .nav_con ul li:hover .xl {
	display: block;
}
.nav .nav_con ul li .a:hover {
	text-decoration: none;
	color: #da251e;
}
.nav .nav_con .nav_r{
	height: 24px;
	margin-top: 7px;
}
.nav .nav_con .nav_r .wx_r{
	margin-left: 16px;
}
.nav .nav_con .nav_r span{
	position: relative;
}
.nav .nav_con .nav_r span .erweima{
	position: absolute;
	top: 24px;
	right: 0px;
	display: none;
	z-index: 999;
}
.nav .nav_con .nav_r span:hover .erweima{
	
	display: block;
}
/*幻灯片*/
.slide {
    width: 100%;
    position: relative;
    height: 550px;
    background: #000;
}

    .slide .slide_bd {
        margin: 0 auto;
        position: relative;
        z-index: 0;
        overflow: hidden;
        width: 100%;
    }
    .slide .slide_bd img{        
        position: absolute;
        top: 0px;
        left: 0px;
        height: 4px;
        width: 100%;
    }
        .slide .slide_bd ul {
        	
            width: 100% !important;
        }

        .slide .slide_bd li {
            width: 100% !important;
            height: 550px;
            overflow: hidden;
            text-align: center;
            background-position: center;
            background: #fff no-repeat center;
        }

            .slide .slide_bd li a {
                display: block;
                height: 100%;
            }

    .slide .slide_hd {
        width: 100%;
        position: absolute;
        z-index: 0;
        bottom: 20px;
        left: 0;
        height: 20px;
        line-height: 30px;
    }

        .slide .slide_hd ul {
            text-align: center;
        }

            .slide .slide_hd ul li {
                cursor: pointer;
                display: inline-block;
                *display: inline;
                zoom: 1;
                width: 65px;
                height: 9px;
                margin: 0 5px;
                overflow: hidden;
                background: rgba(255, 255, 255, 0.48);
                line-height: 999px;
            }

            .slide .slide_hd ul .on {
                background: #fff;
            }

.top_pagemenu {
    width: 100%;
    height: 83px;
    line-height: 45px;
    background-color: #ed182a;
    border-top: 1px solid #ed182a;
}

#top_pagemenu {
    margin: 0 auto;
    padding: 0;
    z-index: 1;
    width: 1200px;
    height: 83px;
    background-color: #ed182a;
}

    #top_pagemenu li {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
        font-size: 16px;
        height: 83px;
        background: url(/images/main/nav_bg.png) no-repeat center;
        width: 150px;
        position: relative;
        text-align: center;
    }

        #top_pagemenu >li >a {
            position: relative;
            top: 10px;
            color: #FFF;
            text-align: center;
            text-decoration: none;
        }

            #top_pagemenu li a p {
                font-size: 12px;
                position: relative;
                bottom: 20px;
            }

        #top_pagemenu li:hover {
            background: url(/images/main/nav_hover.png) no-repeat center;
        }

            #top_pagemenu li:hover a {
                color: #ed182a;
            }
    /*鼠标经过*/
    /*弹出菜单二级菜单大框*/

    #top_pagemenu .top_twomenu {
        position: absolute;
        width: 147px;
        z-index: 2;
        top: 83px;
        color: #fff;
        display: none;
    }

        #top_pagemenu .top_twomenu li {
            color: #ed182a;
            background: rgba(255, 255, 255, 0.52);
            width: 100%;
            height: 40px;
            text-align: center;
            border-bottom: solid 1px #ed182a;
            line-height: 40px;
            float: left;
        }

        #top_pagemenu .top_twomenu a {
            color: #fff;
            width: 100%;
            text-align: center;
            float: left;
        }

        #top_pagemenu .top_twomenu li:hover {
            background: rgba(237, 24, 42, 0.45);
        }

            #top_pagemenu .top_twomenu li:hover a {
                color: #fff;
            }

.main {
    width: 100%;
    float: left;
}

.main_bg {
    width: 1200px;
    margin: auto;
    background-color: #fff;
}

.calc_jj {
    width: 1170px;
    margin: 0 auto;
    font-size: 14px;
}

#calc_jj {
    width: 100%;
    float: left;
    padding: 10px 0;
}

#calc_jj_tab {
    width: 500px;
    float: left;
    margin-left: 50px;
}

    #calc_jj_tab td {
        height: 40px;
        text-align: left;
        font-size:14px;
    }

    #calc_jj_tab select {
        border: 1px solid #666;
        width: 140px;
        height: 26px;
    }

    #calc_jj_tab input {
        border: 1px solid #999;
        background-color: #eee;
        width: 100px;
        text-align: center;
        height: 26px;
    }

    #calc_jj_tab .submit {
        background: #ed182a;
        color: #fff;
        border-radius: 4px;
        width: 152px;
        height: 30px;
        font-size: 14px;
        font-weight: 600;
    }

    #calc_jj_tab .calc_jj_mobile {
        width: 138px;
        text-align: left;
    }


.calc_bz {
    width: 1170px;
    margin: 0 auto;
    font-size: 14px;
}

#calc_bz_tab td {
    height: 40px;
}

#calc_bz_tab select {
    border: 1px solid;
    width: 140px;
    height: 25px;
}

#calc_bz_tab input {
    border: 1px solid #999;
    background-color: #eee;
    width: 100px;
    margin-right: 8px;
    text-align: center;
    height: 25px;
}

#calc_bz_tab .submit {
    background: #ff7200;
    color: #fff;
    border-radius: 4px;
    width: 152px;
    height: 27px;
    font-size: 14px;
    font-weight: 600;
}

#calc_bz_tab .calc_bz_mobile {
    width: 214px;
    text-align: left;
}


.calc_bottom {
    width: 1170px;
    margin: 0 auto;
    border-top: 1px solid #ccc;
    height: 84px;
    background-color: #fff;
/*    float: left;*/
}

    .calc_bottom ul {
        margin: 20px 0;
    }

        .calc_bottom ul li {
            float: left;
            margin-right: 5px;
        }

    .calc_bottom .btn {
        display: block;
        width: 220px;
        height: 45px;
        line-height: 45px;
        color: #fff;
        background: #ed182a;
        border-radius: 5px;
        font-size: 18px;
        text-align: center;
    }

.calc_jj_title2 {
    width: 56px;
    display: inline-block;
}

.Cimg {
    width: 369px;
    height: 196px;
    float: left;
}

.yezhucan {
    width: 240px;
    height: 196px;
    float: right;
}

.Cimg img {
    width: 369px;
    height: 196px;
}

.submit {
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #ed182a;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 0.2em;
    margin-top: 15px;
}

.submit_ren {
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #a2a09f;
    color: #fff;
    font-size: 16px;
    border-radius: 0.2em;
}

.s2_title {
    width: 1170px;
    height: 28px;
    background: url(/images/main/case_tit.png) no-repeat center;
    float: left;
    margin: 20px 15px 10px 15px;
}

    .s2_title a {
        float: right;
        position: relative;
        top: 3px;
    }

.s1_title {
    width: 1170px;
    height: 28px;
    background: url(/images/main/team_tit.png) no-repeat center;
    float: left;
    margin: 20px 15px 10px 15px;
}

    .s1_title a {
        float: right;
        position: relative;
        top: 3px;
    }

.s3_title {
    width: 1170px;
    height: 28px;
    background: url(/images/main/Construction_tit.png) no-repeat center;
    float: left;
    margin: 20px 15px 10px 15px;
}

.s4_title a {
    float: right;
    position: relative;
    top: 3px;
}

.s4_title {
    width: 1170px;
    height: 28px;
    background: url(/images/main/xiaoqu_tit.png) no-repeat center;
    float: left;
    margin: 20px 15px 10px 15px;
}

.s3_title a {
    float: right;
    position: relative;
    top: 3px;
}
.s5_title {
    width: 1170px;
    height: 28px;
    background: url(/images/main/about_tit.png) no-repeat center;
    float: left;
    margin: 10px 0;
}

    .s5_title a {
        float: right;
        position: relative;
        top: 3px;
    }

/*公司团队*/
.gongsi{
	width: 1170px;
	margin: 0 auto;
	margin-top: 50px;
	}
.gongsi ul li{
	float: left;
	width: 370px;
	height: 480px;
	margin-right: 30px;
}
.gongsi ul li:last-of-type{
	margin-right: 0px;
}
.gongsi ul li a{
	display: block;
	width: 370px;
	height: 480px;
}
.gongsi ul li a img{
	width: 370px;
	height: 480px;
}
/*定制全装*/
.dzqz{}
.dzqz .dzqz_con{
	height: 326px;
	margin-bottom: 10px;		
}
.dzqz .dzqz_con .dzqz_con_quan{
	display: block;
	text-align: center;
	width: 288px;
	height: 288px;
	background: url(/images/main/quan.png) no-repeat center;
	z-index: 999;
	position: relative;
	top: 23px;
	left: 130px;
}
.dzqz .dzqz_con .dzqz_con_quan2{
	position: relative;
	top: 23px;
	left: 770px;
}
.dzqz .dzqz_con .dzqz_con_quan p{
	text-align: center;
	width: auto;	
	position: absolute;
	background-color: transparent
}
.dzqz .dzqz_con .dzqz_con_quan p:first-of-type{
	font-size: 32px;
        width: 248px;
	top: 75px;
	left: 18px;
	color: #000;
}
.dzqz .dzqz_con .dzqz_con_quan p:nth-of-type(2){
	font-size: 18px;
	width: 260px;
	text-align: center;
	color: #000;
	top: 145px;
	left: 18px;
}
.dzqz .dzqz_con .dzqz_con_quan p:nth-of-type(3){
	font-size: 18px;
	width: 380px;
	color: #000;
	top: 190px;
	left: -38px;
}
.dzqz .dzqz_con .dzqz_con_quan p:nth-of-type(4){
	font-size: 18px;
    width: 260px;
    color: #ff0000;
    top: 220px;
	left: 18px;
}
.dzqz .dzqz_con .dzqz_con_quan p span{
	color: #da251e !important;
}
.dzqz .dzqz_con .dzqz_con_quan a{
	width: 137px;
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 250px;
	left: 75px;
	font-size: 16px;
	padding: 5px 30px;
	color: #da251e;
	border-top: solid 1px #da251e;
}
/*服务流程*/
.fwlc{}
.fwlc .fwlc_con{
	margin-top: 50px;
}
/*精品案列*/
.jpal{}
.jpal .jpal_con{
	padding: 5px;
	box-sizing: border-box;
}
.jpal .jpal_con ul li{
	float: left;
	height: 208px;
	width: 230px;
	margin-right: 10px;
	position: relative;
}
.jpal .jpal_con ul li .almc{
	height: 100%;
	width: 100%;
	height: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #333;
	opacity: .6;
	visibility: hidden;
	transition: all .54s;
	-moz-transition: all .54s;
	-webkit-transition: all .54s;
}

.jpal .jpal_con ul li:hover .almc{
	visibility: visible;
	/*top: 0px;*/
	height: 100%;
}
.jpal .jpal_con ul li:hover .almc .almc_con{
	visibility: visible;
}
.jpal .jpal_con ul li .almc .almc_con{
color: #fff;
text-align: center;
margin: auto;
height: 130px;
width: 230px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -115px;
margin-top: -65px;
visibility: hidden;

}
.jpal .jpal_con ul li .almc .almc_con p{
color: #fff;
text-align: center;
line-height: 40px;
font-size: 16px;
overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:1; 
}
.jpal .jpal_con ul li .almc .almc_con a{
color: #fff;
text-align: center;
font-size: 16px;
display: block;
width: 120px;
height: 30px;
line-height: 30px;
border: solid 1px #fff;
text-align: center;
margin: 0 auto;
margin-top: 15px;
}
.jpal .jpal_con ul li .almc .almc_con a:hover{
color: #da251d;
border-color: #da251d;
}

.jpal .jpal_con ul li img{
	height: 208px;
	width: 230px;
}
.jpal .jpal_con ul li:first-of-type{
	width: 710px;
	height: 385px;
}
.jpal .jpal_con ul li:first-of-type img{
	width: 710px;
	height: 385px;
	margin-bottom: 8px;
}
.jpal .jpal_con ul li:nth-of-type(2){
	margin-right: 0px;
	width: 470px;
	height: 385px;
	margin-bottom: 8px;
}
.jpal .jpal_con ul li:nth-of-type(2) img{
	margin-right: 0px;
	width: 470px;
	height: 385px;
}
.jpal .jpal_con ul li:nth-of-type(7){
	margin-right: 0px;
}
/*在建工地*/
.zjgd{}
.zjgd .zjgd_con{
	height: 540px;
}
.pic{
	width:1200px;
	height:540px;
}
.pic ul li{
	width:60px;
	height:100%;
	float:left;
	position:relative;
	overflow:hidden;
}

.pic ul li:nth-of-type(1){
	width:960px;
}
.pic ul li .txt{
	width:60px;
	height:540px;
	border:1px solid #b75c00;
	cursor:pointer;
	display:table;
}
.pic ul li .txt .pic_title{
	display:block;
	padding: 0px 20px;
	height: 540px;
	font-size:20px;
	color:#fff;
	margin-left:15px;
	vertical-align:middle; 
    display:table-cell;  
    position: relative;
}
.pic ul li .txt .pic_title span{
    position: absolute;
    top: 265px;
    left: 0px;
    width: 60px;
    -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.pic ul li .txt .pic_title img{
	display: none;
}
.pic ul li .txt .pic_title .arr1{
    position: absolute;
    top: 0px;
    left: 21px;
}
.pic ul li .txt .pic_title .arr2{
    position: absolute;
    bottom: 0px;
    left: 21px;
}
.pic ul li:nth-of-type(1) .txt{
	background-color:#b80c00;
}
.pic ul li:nth-of-type(2) .txt{
	background-color:#c50d01;
}
.pic ul li:nth-of-type(3) .txt{
	background-color:#d01a0f;
}
.pic ul li:nth-of-type(4) .txt{
	background-color:#d52e25;
}
.pic ul li:nth-of-type(5) .txt{
	background-color:#dc4034;
}

.dd{
	width:900px;
	height:65px;
	float:left;
	position:absolute;
	bottom:0;
	text-align: center;
	left:60px;
	line-height: 65PX;
	color: #FFF;
	font-size: 20PX;
	background:rgba(0,0,0,0.7) !important;
	filter:alpha(opacity=30);
}
.dd a{
	color: #FFF;
}



/*公司团队*/
.gstd{}
.gstd .gstd_con{
	height: 540px;
	padding: 15px;
	box-sizing: border-box;
}
.gstd .gstd_con ul li{
	height: 260px;
	width: 255px;
	float: left;
	margin-right: 10px;
	position: relative;
}
.gstd .gstd_con ul li .tdmc{
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 50px;
	width: 100%;
	line-height: 50px;
	color: #fff;
	background-color: rgba(60,60,60,0.6);
}
.gstd .gstd_con ul li .tdmc .tdmc_name{
	font-size: 20px;
}
.gstd .gstd_con ul li a img{
	height: 260px;
	width: 260px;
}
.gstd .gstd_con ul li:first-of-type{
	width: 360px;
	height: 530px;
}
.gstd .gstd_con ul li:first-of-type a img{
	width: 360px;
	height: 530px;
}
.gstd .gstd_con ul li:nth-of-type(2),.gstd .gstd_con ul li:nth-of-type(3),.gstd .gstd_con ul li:nth-of-type(4){
	margin-bottom: 10px;
}
.gstd .gstd_con ul li:nth-of-type(7){
	margin-right: 0px;
}
/*关于焦点*/

.News {
    width: 100%;
}

.mainNews {
    width: 1170px;
    margin: auto;
    /*height: 375px;*/
}

.mainNews_list {
    width: 778px;
    float: left;
    border: 1px solid #E0E0E0;
    padding: 10px;
}

.mainNews_list_tit {
    width: 773px;
    height: 28px;
}
.mainNews_list_tit span{
    font-size: 26px;
    position: relative;
    bottom: 3px;
    left: 2px;
}
    .mainNews_list_tit a {
        float: right;
        position: relative;
        bottom: -10px;
    }

.mainNews_list_core {
    width: 766px;
    height: 346px;
   /* padding: 5px;*/
    /*border: 1px solid #E0E0E0;
    border-top: none;*/
    margin-top: 10px;
}

.wrapslide {
    width: 400px;
    float: left;
}

.slide_wrap {
    position: relative;
    width: 400px;
    height: 346px;
    background: #fff;
    color: #fff;
    overflow: hidden;
}

.slide_imglist li {
    float: left;
    margin-right: 3px;
    display: inline;
}

    .slide_imglist li img {
        width: 400px;
        height: 346px;
        display: block;
    }

.slide_title {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    overflow: hidden;
    position: absolute;
}

    .slide_title h3 {
        position: absolute;
        top: 0;
        left: 0;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        padding: 0 10px;
        z-index: 2;
        display: block;
    }

        .slide_title h3 a {
            color: #efefef;
            font-weight: bold;
            font-size: 12px;
        }

            .slide_title h3 a:hover {
                color: #ff0;
            }

    .slide_title em {
        position: absolute;
        left: 0;
        display: block;
        top: 0;
        width: 100%;
        height: 45px;
        background: rgba(0, 0, 0, 0.58);
        z-index: 1;
    }

.slide_num {
    right: 1px;
    z-index: 3;
    top: 0;
    position: absolute;
}

    .slide_num dd {
        display: inline;
        margin: 5px 1px 0 0;
        width: 20px;
        height: 20px;
        font-size: 12px;
        text-align: center;
        line-height: 20px;
        background: rgba(0, 0, 0, 0.52);
        cursor: pointer;
        float: left;
    }

        .slide_num dd.active {
            color: #fff;
            background: #ed182a;
        }

.newList {
    float: right;
    width: 350px;
    height: 346px;
}



.newList_tit {
    width: 100%;
    height: 120px;
    border-bottom: 1px dashed #E0E0E0;
}

    .newList_tit p {
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        color: #444;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .newList_tit span {
        line-height: 2;
    }

        .newList_tit span a {
            color: #ed182a;
        }

.newList_list li {
    width: 100%;
    float: left;
    height: 37px;
    line-height: 37px;
    border-bottom: 1px dashed #E0E0E0;
}
    .newList_list li a:hover {
        color:#ed182a;
    }
    .newList_list li a p .dian {
        color: #ed182a;
        margin: 0 5px;
    }

    .newList_list li a p .time {
        float: right;
    }
.mainNews_Decoration {
    float: right;
     width: 340px;
    height: 384px;
    padding: 10px;
    border:1px solid #E0E0E0;
}
.mainNews_Decoration_tit {
    width: 340px;
    height: 28px;
}
.mainNews_Decoration_tit span{
    font-size: 26px;
    position: relative;
    bottom: 3px;
    left: 2px;
}
    .mainNews_Decoration_tit a {
        float: right;
        position: relative;
        bottom: -10px;
    }
.mainNews_Decoration_core {
    width:340px;   
}
.DecorationCore_top {
    height:82px;
    width:100%;
    border-bottom:1px solid #E0E0E0;
}
    .DecorationCore_top li {
        float:left;
        text-align:center;
        height:40px;
        width:116px;
        line-height:40px;
    }
        .DecorationCore_top li a {
            color:#999;
        }
            .DecorationCore_top li a:hover {
                color:#ed182a;
            }
.DecorationCore_foot {
    width:100%;
    float:left;
    margin-top: 15px;
}
.DecorationCore_foot li {
    width: 100%;
    float: left;
    height: 37px;
    line-height: 37px;
    overflow: hidden;
    border-bottom: 1px dashed #E0E0E0;
}
.DecorationCore_foot li:first-of-type{
    height: 140px;
    line-height: 140px;
    padding-bottom: 12px;
    
}
.DecorationCore_foot li:first-of-type img {
    width: 100%;
    height: 140px;
}
    .DecorationCore_foot li a:hover {
        color:#ed182a;
    }
    .DecorationCore_foot li a p .dian {
        color: #ed182a;
        margin: 0 5px;
    }

    .DecorationCore_foot li a p .time {
        float: right;
    }
.AboutZC {
    width:1170px;
    margin:auto;
    height:340px;
    margin-top: 10px;
}
.AboutZC_core > div {
    float:left;
}
.AboutZC_core_CULTURE {
    width:530px;
    height:310px;
    padding: 10px;
    margin-right:15px;
    border:1px solid #E0E0E0;
}
.AboutZC_CULTURE_tit {
    width:100%;
    float:left;
    height:28px;
    line-height:28px;
}
.AboutZC_CULTURE_tit span{
    font-size: 26px;
    position: relative;
    bottom: 3px;
    left: 2px;
}
    .AboutZC_CULTURE_tit a {
        float: right;
        position: relative;
        /*bottom: -10px;*/
    }
.AboutZC_core_HONORARY {
    width:282px;
    height:310px;
    margin-right:15px;
    padding: 10px;
    border:1px solid #E0E0E0;
}
.AboutZC_core_VIDEO {
    width:282px;
    height:320px;
    padding-top: 10px;
    /*padding: 10px;*/
    border:1px solid #E0E0E0;
}
.AboutZC_CULTURE_txt {
margin-top: 40px;
}
    .AboutZC_CULTURE_txt > img {
        width:255px;
        height:265px;
    }
    .AboutZC_CULTURE_txt > div{
        width:268px;
        height:265px;
    }
        .AboutZC_CULTURE_txt div .jieshao {
            color:#333;
            line-height:2;
            font-size: 13px;
        }
            .AboutZC_CULTURE_txt div .jieshao a {
                color:#ed182a;
            }

        .AboutZC_HONORARY {
            overflow: hidden;
            position: relative;
            width:100%;
            float:left;
        }

            .AboutZC_HONORARY .hd {
                overflow: hidden;
                height: 20px;
            }

                .AboutZC_HONORARY .hd ul {
                    width:150px;
                    margin:auto;
                    overflow: hidden;
                    zoom: 1;
                    zoom: 1;
                }

                    .AboutZC_HONORARY .hd ul li {
                        float: left;
                        width: 9px;
                        height: 9px;
                        overflow: hidden;
                        margin:0 10px;
                        text-indent: -999px;
                        cursor: pointer;
                        background-color:#555;
                        border-radius:1em;
                    }

                        .AboutZC_HONORARY .hd ul li.on {
                            background-color:#f00;
                        }

            .AboutZC_HONORARY .bd {
                /*padding: 10px;*/
                margin-top:10px;
            }

                .AboutZC_HONORARY .bd ul {
                    overflow: hidden;
                    zoom: 1;
                    text-align:center;
                }

                    .AboutZC_HONORARY .bd ul li {
                        /*margin-left:12px;*/
                        float: left;
                        height: 250px;
                        width: 280px;
                        _display: inline;
                        overflow: hidden;
                        text-align: center;
                    }

                        .AboutZC_HONORARY .bd ul li .pic {
                            text-align: center;
                            width: 100%;
                            height: 180px;
                        }

                            .AboutZC_HONORARY .bd ul li .pic img {
                                width: 280px;
                                height: 180px;
                                display: block;
                            }

                            .AboutZC_HONORARY .bd ul li .pic a:hover img {
                                border-color: #999;
                            }

                        .AboutZC_HONORARY .bd ul li .title {
                            line-height: 30px;
                        }
                            .AboutZC_HONORARY .bd ul li .title a {
                                font-size:14px;
                            }
.AboutZC_VIDE {
    float:left;
    width:100%;
    margin-top: 10px;
    
}
    .AboutZC_VIDE #mediaplayer {
        height:282px !important;
         width:282px;
    }
/*所见即所得*/
.suojian{}
.suojian img{
	width: 100%;
}
.foot{
	background-color: #242424;
	height: 240px;
	width:100%;
	float:left;
}
.foot{
	background-color: #242424;
	height: 240px;
}

.foot .foot_top{
	height: 190px;
	box-sizing: border-box;
}
.foot .foot_top .foot_l p{
	color: #fff;
	height: 65px;
	line-height: 65px;
	font-size: 36px;
}
.foot .foot_top .foot_l p a{
	color: #fff;
	font-size: 16px;
	margin-right: 35px;
	
}
.foot .foot_top .foot_l p span{
	color: #707070;
	font-size: 36px;
}
.foot .foot_top .foot_l div{
	color: #707070;
	font-size:12px;
}
.foot .foot_top .foot_r{
	color: #707070;
	width: 165px;
	height: 142px;
	margin-top: 22px;
}

.foot .foot_top .foot_r p{
	color: #707070;
	width: 15px;
	height: 142px;
	font-size: 10px;
}
.foot .foot_top .foot_r img{
	color: #707070;
	width: 142px;
	height: 142px;
}
.foot .foot_bottom{
	height: 49px;
	line-height: 49px;
	text-align: center;
	color: #707070;
	border-top: solid 1px #707070;
	font-size:12px;
	width:100%;
	float:left;
}
/*报名弹窗*/
.xf_baomingdiv {
    height: 340px;
    width: 650px;
    border: 10px solid #dedede;
    position: fixed;
    background-color: #FFF;
    display: none;
    top: 100px;
    left: 28%;
}

    .xf_baomingdiv tr td {
        font-size: 14px;
        color: #5d5d5b;
    }

.xf_baomingdivbt {
    width: 98%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    border-bottom: 1px solid #dedede;
    font-size: 16px;
    margin: 5px auto;
}

    .xf_baomingdivbt .xf_left {
        width: 200px;
        float: left;
        line-height: 40px;
        text-align: left;
    }

    .xf_baomingdivbt .xf_right {
        width: 40px;
        float: right;
        height: 40px;
    }

.xf_baomingdivmain {
    width: 98%;
    height: 360px;
    margin: 10px auto;
}

.xf_baomingdivdown {
    width: 98%;
    height: 45px;
    margin: 5px auto;
}

.xf_queren, .xf_close, .xf_querena, .xf_closea {
    width: 80px;
    height: 30px;
    line-height: 30px;
    background-color: #ED182A;
    color: #FFF;
    font-size: 14px;
    float: left;
    text-align: center;
}

.xf_close, .xf_closea {
    margin-left: 15px;
}

.xf_baominginput {
    height: 30px;
    line-height: 30px;
    border: 2px solid #BD3030;
    font-size: 14px;
    color: #333;
}

.xf_ss {
    width: 130px;
    height: 25px;
    line-height: 25px;
    float: left;
    margin: 0px 5px;
}

/*案例列表开始*/
.gg_img{
	height: 270px;
	width: 100%;
	position: relative;
}
.gg_img img{
	height: 4px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.weizhi{
	height: 38px;
	line-height: 38px;
}

.weizhi a{
	color: #000;
	font-weight: bold;
	line-height: 38px;
	font-size: 14px;
}

.weizhi a img{
	margin-right: 10px;
}


.pull-right { float: right !important; }
.pull-left { float: left !important; }
.erji_case-sort{background:#fff;}
.erji_case-sort-ul{width:auto; border: 1px #eaeaea solid; overflow:hidden;}
.erji_case-sort-ul li.clearfix{line-height: 40px; border-top: 1px #eaeaea dotted;background:#f8f8f8;position: relative;top:-1px;}
.erji_case-sort-ul-title{width: 109px;text-align: center;color:#999;}
.erji_case-sort-ul-angle{padding: 0 30px 0 30px ;border-left: 1px #eaeaea solid; width:1028px; overflow:hidden; background: #fff; }
.erji_case-sort-ul-angle li{padding-right: 25px; display: inline;}
.erji_case-sort-ul-angle li a{ display:inline-block; white-space:nowrap;}
.erji_case-sort .active{color: #ff4953}
.erji_case-sort-ul li{position: relative;}
.erji_case-sort-ul li .ico{width: 16px;height: 16px;background: url(http://icon.dyrs.cc/ico.png) no-repeat 0 -75px;cursor: pointer; position: absolute;right: 10px;top: 10px;}
.erji_case-sort-ul li.current ul{max-height: 80px;overflow: hidden;}
.erji_case-sort-ul li.current .ico{background-position: 0 -58px;}
.anlie_list{
	box-sizing: border-box;
	margin-top: 10px;
	border: 1px #eaeaea solid;
	padding: 14px;	
}
.anlie_list li{
	float: left;
	width: 280px;
	border: 1px #eaeaea solid;
	margin-right: 14px;
	margin-bottom: 10px;
}

.anlie_list li>a{
	display: block;
	width: 100%;
	height: 223px;
}
.anlie_list li>a img{
	width: 100%;
	height: 223px;
}

.anlie_list li:nth-of-type(4n){
	margin-right: 0px;
}
.anlie_list li>div{
	width: 100%;
	height: 55px;
}
.anlie_list li>div img{
	float: left;
	width: 55px;
	height: 55px;
}
.anlie_list li>div>div{
	float: right;
	width: 225px;
	height: 55px;
	color: #999;
}
.anlie_list li>div>div .anlie_jieshao{
	width: 160px;
	color: #333;
}
.anlie_list li>div>div .anlie_jieshao div{
	float: right;
	width: 160px;
	height: 15px;
	margin-top: 8px;

}
.anlie_list li>div>div .anlie_name{
	float: right;
	width: 65px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-weight: bold;
	color: #333;
	font-size: 20px;
}
.anlie_list li:hover>div{
	color: #fff;
	background-color: #e01b1b;
}
.anlie_list li:hover>div .anlie_name,.anlie_list li:hover>div .anlie_jieshao{
	color: #fff;
}

/**************分页********************/
#pages {
    height: 30px;
    width: 100%;
    text-align: center;
    float: left;
    margin:10px 0;
}

    #pages a {
        display: inline-block;
       padding: 5px 10px;
        background-color: #f0f0f0;
        border: 1px solid #DDD;
        color: #888;
        border-radius:0.2em;
        margin: 0 2px;
        -webkit-transition: background-color .25s;
        transition: background-color .25s;
    }

        #pages a:hover {
            background-color: #ed182a;
            color: #fff;
        }

        #pages a.active {
            background-color: #ed182a;
            color: #fff;
        }

        #pages a.prev, #pages a.next {
            position: relative;
            padding: 5px 10px;
        }

    #pages span {
        display: inline-block;
        padding: 6px 10px;
        margin: 0 2px;
        background-color: #ed182a;
        color: #fff;
        cursor: pointer;
        border-radius:0.2em;
        border: 1px solid #DDD;
        position: relative;
    }
/**************分页END********************/
/*案例详情页*/
.anlieinfo_right{
	width: 270px;
	border: 1px solid #f3f3f3;
}
.anli_for{
	width:245px;
	margin:5px auto 10px auto;
	padding-bottom: 25px;
}
.anli_for .al_btn{
	width:245px; 
	height:43px;
	line-height: 43px;
	background:#da251d;
	border-radius:4px; 
	color:#FFF; 
	font-size: 18px;
	cursor:pointer;
}
.anli_for .al_text{
	width:238px; 
	height:32px;
	margin: 9px auto;
	padding-left: 5px;
	border: solid 1px #ccc; 
	color:#666; 
	cursor:pointer;
}
.anli_for textarea{
	width:238px; 
	height:100px;
	margin: 9px auto;
	padding-left: 5px;
	border: solid 1px #ccc; 
	color:#666; 
	cursor:pointer;
}
.anli_for .tjrs{
	width: 245px;
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
}
.anli_for .tjrs span{
	color: #da251d;
	font-size: 16px;
}
.anlieinfo_right .rqsjs{
	width: 270px;
	padding-top: 10px;
	border-top:solid 1px #E0E0E0;
}

.ej_des_sjs {
                        width: 260px;
                        height: 410px;
                        overflow: hidden;
                        background: #fff;
                        margin: 0 auto;
                        margin-bottom: 20px;
         }
         .ej_des_sjs ul {
                            width: 260px;
                        }

                            .ej_des_sjs ul li {
                                width: 240px;
                                padding-left: 10px;
                                padding-right: 10px;
                                border-bottom: 1px dashed #AFAFAF;
                                overflow: auto;
                            }
                    
                    
.ej_des_liTittle{
	width: 240px;
    height: 34px;
    line-height: 34px;
}    
.ej_des_sjs ul li:first-child .ej_des_liTittle {
                        display: none;
                    }

.ej_des_sjs ul li:first-child .ej_des_liCon {
                        display: block;
                    }
                    
.ej_des_sjs ul li:first-child .ej_des_liTittle span {
                        color: #da251d;
                    }
                    .ej_des_sjs ul li:nth-of-type(2) .ej_des_liTittle span {
                        color: #da251d;
                    }
                    .ej_des_sjs ul li:nth-of-type(3) .ej_des_liTittle span {
                        color: #da251d;
                    }
.ej_des_liTittle strong{
	display: block;
                            width: 40px;
                            height: 34px;
                            float: left;
                            font-weight: normal;
                            overflow: hidden;
                            margin-right: 25px;
}  
.ej_des_liTittle b {
                            display: block;
                            float: left;
                            font-weight: normal;
                            width: 60px;
                            height: 34px;
                            color: #999;
                            overflow: hidden;
                            margin-right: 40px;
                        }   
               .ej_des_liTittle span {
                            display: block;
                            float: right;
                            font-weight: normal;
                            
                            height: 34px;
                            
                            overflow: hidden;
                          
                        }              
.ej_des_liCon {
                        width: 240px;
                        height: 112px;
                        display: none;
                        border-bottom: 1px dashed #dedede;
                        padding-bottom: 6px;
                        padding-top: 5px;
                    }

                        .ej_des_liCon img {
                            width: 112px;
                            height: 112px;
                            float: left;
                        }

                        .ej_des_liCon  p {
                        	padding-top: 10px;
                            width: 105px;
                            height: 102px;
                            float: right;
                            text-align: center;
                            line-height: 30px;
                            color: #333;
                            overflow: hidden;
                            font-weight: bold;
                            font-size: 18px;
                            margin-right: 10px;
                            
                        }
                        .ej_des_liCon  p span{
                            color: #999;
                            margin-top: 10px;
                        }
                        .ej_des_liCon  p a{
                            width: 105px;
                            height: 28px;
                            float: left;
                            text-align: center;
                            line-height: 28px;
                            color: #fff;
                            overflow: hidden;
                            font-weight: bold;
                            font-size: 14px;
                            border-radius: 5px;
                            background-color: #da251d;
                            margin-top: 10px;
                        }

.anlieinfo_fengxie{
	width: 8px;
	height: 770px;
	float: right;
	background-color: #f8f8f8;
}
.anlieinfo_left{
	width: 900px;
	padding-left: 9px;
	padding-right: 9px;
	border: 1px solid #ebebeb;
	margin-bottom: 60px;
}
.anlieinfo_left .anlieinfo_left_title{
	text-align: center;
	height: 80px;
	line-height: 80px;
	margin-bottom: 10px;
	text-align: center;
	color: #535353;
	border-bottom: 1px solid #ebebeb;
	font-size: 24px;
}

.anlieinfo_left .anlieinfo_left_title span{
	color: #da251d;
}
/*轮播*/
.ban{ width:900px; height:766px; position:relative; overflow:hidden;margin:0px auto 0 auto;}
.ban2{ width:900px; height:540px; position:relative; overflow:hidden;}
.ban2 ul{ position:absolute; left:0; top:0;}
.ban2 ul li{ width:900px; height:540px; position: relative;}
.ban2 ul li div{ box-sizing: border-box; width:900px;padding-left: 20px;opacity: .7; font-size: 22px; height:45px; line-height: 45px; color: #fff; position: relative;background-color: #071120;position: absolute;bottom: 0px;}
/*.ban2 ul li a{ width:900px; height:540px;}*/
/*.ban2 ul li a img{ width:900px; height:540px;}*/
.ban2 ul li img{ width:900px; height:540px;}
.ban2 .prev1{
	position: absolute;
	width: 50px;
	height: 100px;
	top: 220px;
	left: 0px;
	text-align: center;
	line-height: 100px;
	background-color: #c4c4c4;
	opacity: .8;
	font-size: 60px;
	color: #fff;
	z-index: 100;
	cursor: pointer;
}
.ban2 .next1{
	position: absolute;
	width: 50px;
	height: 100px;
	top: 220px;
	right: 0px;
	text-align: center;
	line-height: 100px;
	background-color: #c4c4c4;
	opacity: .8;
	font-size: 60px;
	color: #fff;
	z-index: 100;
	cursor: pointer;
}
.prev{ float:left; cursor:pointer;}
.num{ height:150px;overflow:hidden; width:900px; position:relative;float:left;}
.min_pic{ position: relative; padding-top:25px; padding-bottom:25px;width:900px;height: 150px;background-color: #f5f5f5;line-height: 150px;}
.num ul{position: absolute;left: 100px;top: 0px;margin-left: 22px;}
.num ul li{ box-sizing: border-box; line-height: 150px; overflow: hidden; width:168px; height:150px; margin-right:4px; border:2px solid transparent;}
/*.num ul li {width: 164px; height: 146px;display: block;}*/
.num ul li img{width: 164px; height: 146px;}
.num ul li.on{ border:2px solid #b7271f;}
.prev_btn1{ 
	border: solid 6px transparent;
	border-right: solid 6px #858585;
	width: 0px;
	height: 0px;	
	 margin-top:63px; margin-left: -1px; cursor:pointer; float:left;}
.next_btn1{  
	border: solid 6px transparent;
	border-left: solid 6px #858585;
	width: 0px;
	height: 0px;
	 text-align:center; margin-top:63px;margin-right: -1px;cursor:pointer;float:right;}
.prev_btn1:hover{
	border-right: solid 6px #cb0000;
}
.next_btn1:hover{
	border-left: solid 6px #cb0000;
}
.r_btn1{ position:absolute; top:25px; left:0px; width:17px; height:150px;z-index:9;cursor:pointer;background-color: #c4c4c4;}
.l_btn1{ position:absolute; top:25px; right:0px; width:17px; height:150px;z-index:9;cursor:pointer;background-color: #c4c4c4;}
.mhc{ background:#000; width:100%;opacity:0.5;-moz-opacity:0.5;filter:alpha(Opacity=50); position:absolute; left:0; top:0; display:none;}
.pop_up{ width:500px; height:500px; padding:10px; background:#fff; position:fixed; -position:absolute; left:50%; top:50%; margin-left:-255px; margin-top:-255px; display:none; z-index:99;}
.pop_up_xx{ width:40px; height:40px; position:absolute; top:-40px; right:0; cursor:pointer;}
.pop_up2{ width:500px; height:500px; position:relative; overflow:hidden;}
.pop_up2{ width:500px; height:500px; position:relative; overflow:hidden; float:left;}
.pop_up2 ul{ position:absolute; left:0; top:0;}
.pop_up2 ul li{ width:500px; height:500px; float:left;}
.anliinfo_contitle{
	height: 45px;
	line-height: 45px;
	border-bottom: solid 1px #ddd;
	position: relative;
}
.anliinfo_contitle div{
	height: 45px;
	width: 140px;
	line-height: 45px;
	border-bottom: solid 1px #da251d;
	position: absolute;
	bottom: -1px;
	font-size: 22px;
}
.anliinfo_contitle div img{
	position: relative;
	top: 5px;
	margin-right: 10px;
}

.anliinfo_table{
	border-collapse: collapse;
	margin-top: 10px;
	font-size: 16px;
	color: #888;
	
}
.anliinfo_table tr{
	width: 900px;
	height: 52px;
	line-height: 52px;
}
.anliinfo_table tr td{
	border: solid 1px #ccc;
	height: 52px;
	line-height: 52px;
	width: 140px;
	text-align: center;
}
.anliinfo_table tr td.table_con1{
	width: 300px;
	text-align: left;
	padding-left: 10px;
}
.anliinfo_table tr td.table_con2{
	width: 320px;
	text-align: left;
	padding-left: 10px;
}
.anliinfo_table .anliinfo_shuoming{
	height: 95px;
}
.anliinfo_table .anliinfo_shuoming .anliinfo_smcon{
	text-align: left;
	padding-left: 10px;
	overflow: auto;
}
.anliinfopic{
	width: 900px;
	height: 540px;
	margin-top: 10px;
}
.anliinfo_con img{
	max-width: 100%;
}
.anliinfo_backtop{
	display: block;
	width: 210px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	background: #d2332c;
	border-radius: 4px;
	margin: 0 auto;
	color: #fff;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}
/*品牌列表页*/

.pinpai_left{
	width: 270px;
	/*border: 1px solid #ebebeb;*/
	
}
.pinpai_left_con{
	border: 1px solid #ebebeb;
	margin-bottom: 10px;
}
.pinpai_fengxie{
	width: 8px;
	height: 770px;
	background-color: #f8f8f8;
}
.pinpai_right{
	width: 918px;
	border: 1px solid #ebebeb;
	margin-bottom: 20px;
}

.gg_title{
	width: 270px;
	background: #da251d;
	height: 40px;
	line-height: 40px;
	text-align: right;
	box-sizing: border-box;
	padding-right: 10px;
	color: #fff;
	font-size: 20px;
}
.gg_title img{
   margin-left: 10px;
   margin-top: 6px;
    float: left;
}
.gg_title span{
    float: right;
}
.gg_list li{
	height: 43px;
	line-height: 43px;
	margin-left: 5px;
	margin-right: 5px;
	width: 260px;
	box-sizing: border-box;
	border-bottom: dashed 1px #ccc;
	padding-left: 25px;
	font-size: 14px;
	position: relative;
}
.gg_list li a{

}
.gg_list li:first-of-type{
	border-top: dashed 1px #ccc;

}
.gg_list li:hover{
	background: #da251d;
	color: #fff;
	text-indent: 1.5rem;
}
.gg_list li:hover a{
	color: #fff;
	text-indent: 1.5rem;
	border-bottom: none;
}
.gg_list li:hover .gg_arr{
    display: block;
}
.gg_list li .gg_arr{
	width: 0px;
	height: 0px;
	border: solid 6px transparent;
	border-left: solid 6px #fff;
	position: absolute;
	left: 25px;
	top: 15px;
	display: none;
}
.gg_list li.active{
	background: #da251d;
	color: #fff;
	text-indent: 1.5rem;
}
.gg_list li.active a{
	color: #fff;
	text-indent: 1.5rem;
	border-bottom: none;
}
.gg_list li.active .gg_arr{
	display: block;
}
.pingpai_list{
	width: 918px;
	box-sizing: border-box;
	padding-top: 20px;
	padding-left: 43px;
	padding-bottom: 20px;
}
.pingpai_list li{
	width: 265px;
	height: 330px;
	margin-right: 20px;
	overflow: hidden;
	float: left;
    margin-bottom: 20px;
}
.pingpai_list li .pingpai_list_pic{
	width: 265px;
	height: 120px;
	overflow: hidden;
	margin-bottom: 20px;
}
.pingpai_list li .pingpai_list_pic img{
	max-width: 265px;
	max-height: 120px;
}
.pingpai_list li p{
	color: #666;
	line-height: 28px;
	font-size: 14px;
}
.pingpai_list li p.pingpai_list_title{
	color: #323232;
	font-size: 18px;
	
}
/*品牌展示*/
.pinpai_show{
	background: url(/images/main/pinpaishow_bg.png) no-repeat center;
	height: 854px;
}
.pinpai_show .pinpaishow_title{
	text-align: center;
	margin-bottom: 80px;
	margin-top: 40px;
}
.pinpai_show .pinpaishow_title span{
	/*color: #da251e;*/
	color: #666;
	font-size: 20px;
}
.pinpai_show .pinpaishow_title img{
	position: relative;
	top: 5px;
	right: 5px;
}
.pinpai_show ul li{
	width: 210px;
	height: 202px;
	float: left;
	margin-right: 37.5px;
	margin-bottom: 60px;
}
.pinpai_show ul li:nth-of-type(5n){
	margin-right: 0px;
}
.pinpai_show ul li a{
	width: 210px;
	height: 202px;
	display: block;
}
.pinpai_show ul li a .pppic2{
	display: none;
}
.pinpai_show ul li:hover a .pppic1{
	display: none;
}
.pinpai_show ul li:hover a .pppic2{
	display: block;
}

.pinpai_show .news_page{
	text-align: center;
	margin-top: 30px;
	
}
.pinpai_show .news_page a{
	width: 22px;
	height: 22px;
	display: inline-block;
	border-radius: 50%;
	background: #f8f4f0;
	text-align: center;
	line-height: 22px;
	border: solid 2px #bababa;
	margin: 0px 10px;
        padding: 0px;
}
.pinpai_show .news_page a.aaa{
	border: none;
	position: relative;
	top: 8px;
	width: auto;
	height: auto;
	border-radius: 0px;
	background: transparent;
}
.pinpai_show .news_page a.aaa img{
	width: 26px;
}
.pinpai_show .news_page a.active{
	color: #da251e;
}
.pinpai_show .news_page a:hover{
	color: #da251e;
}
.ppshow{
	display: none;
}
/*焦点资讯*/
.jdzx_right{
	width: 910px !important;
	margin-left: 10px;
}
.jdzx_right ul li{
	width: 890px;
	height: 174px;
	padding-bottom: 17px;
	padding-top: 17px;
	border-bottom: dashed 1px #ccc;
}
.jdzx_right ul li img{
	width: 286px;
	height: 174px;
}
.jdzx_right ul li .jdzxfr{
	width: 584px;
	height: 174px;
}
.jdzx_right ul li .jdzxfr h2{
	width: 584px;
	border-bottom: solid 1px #ddd;
	height: 50px;
	color: #595959;
	line-height: 50px;
	overflow: hidden;
text-overflow: ellipsis;
display: box;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.jdzx_right ul li .jdzxfr h2 span{
	color: #da251d;
	font-size: 14px;
	font-weight: normal;
}
.jdzx_right ul li .jdzxfr p{
	width: 584px;
	height: 80px;
	position: relative;
	line-height: 40px;
	padding-top: 10px;
	color: #757575;
	font-size: 14px;
	overflow: hidden;
text-overflow: ellipsis;
display: box;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.jdzx_right ul li .jdzxfr p a{
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #da251d;
}
.jdzx_right ul li .jdzxfr .jdzx_fx span{
	margin-top: 5px;
	color: #757575;
	font-size: 14px;
}
/*售后报价*/
.baojiao{
	margin-top: 20px;
}
.shbj_right h2{
	height: 40px;
	line-height: 40px;
	color: #da251d;
	border-bottom: solid #ececec 1px;
}
.shbj_right .shbj_con{
	width: 884px;
	margin: 0 auto;
	margin-top: 10px;
}
.shbj_right .shbj_con img{
	width: 884px;
}
.shbj_right .shbj_con .shbj_nr{
	width: 884px;
	margin-top: 10px;
	color: #8c8c8c;
	font-size: 14px;
	line-height: 30px;
}

.price-form { padding-top:10px; border-bottom:5px solid #a0a0a0; }
	.price-form-title { width:1180px; height:100px; background:url(/images/main/ksbj-01.jpg) no-repeat; text-align:center; margin-bottom:1px; }
	.price-form-title p { color:#ffff00; }
	.price-form-title p.pft-01 { padding-top:25px; font-size:24px; font-weight:bold; }
	.price-form-title p.pft-02 { padding-top:11px; font-size:18px; }
	.price-from-content { background-color:#ffffff; padding:0px 15px 50px;position: relative; }
	.price-from-content th { vertical-align:middle; }
	.price-from-content th, .price-from-content td { padding-bottom:10px; }
	.pfc-txt-01 { font-size:24px; color:#fa4c06; font-weight:bold; }
	.pfc-txt-02 { display:inline-block; line-height:36px; font-size:14px; background:url(/images/main/ksbj-02.png) no-repeat left center; padding-left:15px; }
	.pfc-txt-03 { display:inline-block; line-height:36px; font-size:14px; padding-left:15px; }
	.pfc-input-01 { width:208px; height:34px; padding:0 5px; line-height:34px; border:1px solid #dbdbdb; color:#666666; }
		
		.pfc-input-02 { width:220px; height:36px; padding:0 20px 0 5px; line-height:36px; border:1px solid #dbdbdb; color:#666666; background: url(/template/default/calc/images/ksbj-07.png) no-repeat scroll 203px center transparent; }
			
			.pfc-input-02::-ms-expand { display: none; } 
			
		
		input[type='radio'].pfc-input-03 { opacity:0; display:inline-block; width:0; height:0; margin:0; float:right; }
        label.radio1 { background:url(/template/default/calc/images/ksbj-06.jpg) no-repeat; width:16px; height:15px; background-size:99% 99%; padding-left:16px; margin-right:3px; }
        input[type='radio'].pfc-input-03:checked + .radio1 { background:url(/template/default/calc/images/radioOn.png) no-repeat; background-size:99% 99%; }
		
	.pfc-input-04 { width:220px; height:36px; line-height:34px; margin-top:15px; font-size:18px; font-weight:bold; text-align:center; background-color:#fa4c06; color:#ffffff; cursor:pointer;  }
	
	
	.result-box { width:700px; height:445px; background-color:#ffffff; border:5px solid #13b5b1; padding:12px; box-shadow:0px 0px 10px #333333; -moz-box-shadow:0px 0px 10px #333333; -webkit-box-shadow:0px 0px 10px #333333; position:fixed; top:30%; left:50%; margin-top:-160px; margin-left:-295px; _position:absolute; _top:55%; _left:50%; display:none; }
	.result-box-title { height:28px; /* border-bottom:1px solid #cccccc; */ font-size:12px; text-align:left; position:relative; }
	.result-box-title a.close-resule-box { position:absolute; right:2px; top:0px; }
	.result-box-content { padding-top:20px; }
	.result-box-list { width:160px; height:160px; margin:0 14px; background-color:#ffffff; position:relative; box-shadow:0px 0px 5px #444444; -moz-box-shadow:0px 0px 5px #444444; -webkit-box-shadow:0px 0px 5px #444444; }
	.result-box-list img { width:160px; height:160px; }
	.result-box-list-price { width:159px; height:58px; font-size:16px; background:url(/template/default/calc/images/ksbj-05.png) no-repeat ; position:absolute; top:97px; left:-3px; }
	.result-box-list-price p { padding-left:15px; }
	.rblp-txt-01 { color:#ffffff; font-weight:bold; padding-top:8px;  }
	.rblp-txt-02 { color:#ffff99; padding-top:5px; }
	.rblp-txt-02 strong { font-size:22px; }
	.result-box-button { padding:20px 0 0 160px; }
	.result-box-button a { font-size:18px; font-weight:bold; text-align:center; }
	.result-box-button a.rb-button-sub { display:block; width:118px; height:34px; border:1px solid #fa4c06; background-color:#ffffff;  line-height:34px; color:#fa4c06; }
	.result-box-button a.rb-button-refer { display:block; width:120px; height:36px; margin-left:20px; background-color:#fa4c06; line-height:36px; color:#ffffff; }
	.scZxysGgw{
		width: 100%;
		height: auto;
		margin-top:20px;
		margin-bottom: 20px;
	}
	p.ksbjBmhk{
		background: url(/template/default/calc/images/lbIcon.png) no-repeat left top;
	}
	.clearfix:after {
	 content: ".";
	 display: block;
	 height: 0;
	 clear: both;
	 visibility: hidden;
	 line-height: 0px;
	}
	.ksbjNew{
		width: 1170px;
		height: auto;
		margin:0 auto;
		box-sizing: border-box;
		position: relative;
	}
	.ksbjNew .yybjyz{
		position:absolute;
		top:5px;
		right: 0px;
		text-align: right;
		
		color: #8c8c8c;
		font-size: 16px;
		font-family: Microsoft YaHei;
		display: block;
	}
	.ksbjBar{
		width:100%;
		height: 36px;
		line-height: 36px;
		margin-bottom: 15px;
	}
	.ksbjBar2{
		width:890px;
		height: auto!important;
		line-height: 36px;
		margin-bottom: 10px;
		overflow:hidden;
	}
	.ksbjBar2 .ksbjBarR{
		width:680px;
		height: auto!important;
		float: left;
	}
	.ksbjBarL{
		width: 90px;
		height: 36px;
		line-height: 36px;
		color: #666666;
		font-size: 14px;
		font-family: Microsoft YaHei;
		text-align: right;
		float: left;
	}
	.ksbjBarStar{
		
	}
	.ksbjBarR{
	    
		height: 36px;
		float: left;
	}
	.ksbjBarR select{
		width: 140px;
		height: 34px;
		line-height: 34px;
		border:1px solid #dbdbdb;
		
		/* text-align: center; */
		color: #666666;
		font-size:14px;
		font-family: Microsoft YaHei;
		text-indent: 2px;
		margin-right:7px;
		float: left;
	}
	input.ksbjMj{
		width: 140px;
		height: 34px;
		line-height: 34px;
		border:1px solid #dbdbdb;
		
	}
	.ksbjBarR span.ksbjMj{
		width: 118px;
		height: 34px;
		line-height: 34px;
		border:1px solid #dbdbdb;
		color: #999999;
		font-size: 12px;
		display: block;
		
		text-indent: 10px;
		float: left;
		cursor: pointer;
	}
	.ksbjMjs{
		width: 118px;
		height: 34px;
		line-height: 34px;
		border:1px solid #dbdbdb;
		color: #999999;
		font-size: 12px;
		display: block;
		
		text-indent: 10px;
		float: left;
		cursor: pointer;
	}
	
	.ksbjBarR span.ksbsLx,.ksbjBarR input.ksbsLx{
		width: 180px;
		height: 34px;
		line-height: 34px;
		border:1px solid #dbdbdb;
		color: #999999;
		font-size: 12px;
		display: block;
		
		text-indent: 10px;
		float: left;
		margin-right: 8px;
		cursor:pointer;
	}
	.ksbjBarR input.ksbsLx{
		font-family: Microsoft YaHei;
		margin-left: 0px;
	}
	.ksbjBarR span.ksbsLx{
		width: 120px;
		margin-bottom:9px;
	}
	input.ksbjInput{
		width: 118px;
		height: 34px;
		line-height: 34px;
		border:1px solid #dbdbdb;
		color: #a9a9a9;
		font-size: 14px;
		font-family: Microsoft YaHei;
		text-indent: 5px;
	}
	input.ksbjYzm{
		width: 93px;
		height: 34px;
		line-height: 34px;
		border:1px solid #dbdbdb;
		color: #a9a9a9;
		font-size: 14px;
		font-family: Microsoft YaHei;
		text-indent: 5px;
		margin-left: 5px;
	}
	input.ksbjHqyzm{
		width: 93px;
		height: 34px;
		line-height: 34px;
		border:1px solid #fa4c06;
		color: #fa4c06;
		font-size: 12px;
		font-family: Microsoft YaHei;
		text-indent: 5px;
		margin-left: 5px;
		text-align: center;
		cursor: pointer;
	}

	input.ksbjHqyzm-false{
		width: 93px;
		height: 34px;
		line-height: 34px;
		border:1px solid #ccc;
		color: #999;
		font-size: 12px;
		font-family: Microsoft YaHei;
		text-indent: 5px;
		margin-left: 5px;
		text-align: center;
		cursor: pointer;
	}
	a.ksbjGsbj{
		width: 220px;
		height: 36px;
		line-height: 36px;
		text-align: center;
		color: #fff;
		font-size: 18px;
		font-family: Microsoft YaHei;
		display: block;
		margin-left: 352px;
		background: #e72828;
		margin-top:20px;
		float: left;
		cursor: pointer;
	}
	a.ksbjZxzx{
		width: 218px;
		height: 34px;
		line-height: 34px;
		text-align: center;
		color: #e72828;
		font-size: 18px;
		font-family: Microsoft YaHei;
		display: block;
		margin-left: 45px;
		margin-top:20px;
		border:1px solid #e72828;
		float: left;
	}
	.ksbjBarR span.active{
		background: url(/images/main/yesIcon.png) no-repeat 93px center;
		border:1px solid #fa4c06;
		color: #fa4c06;
	}
/*团队列表*/
.gstd_list{
	box-sizing: border-box;
	margin-top: 10px;
	border: 1px #eaeaea solid;
	padding: 14px;
}
.gstd_list li{
	float: left;
	width: 280px !important;
	border: 1px #eaeaea solid;
	margin-right: 14px;
	margin-bottom: 10px;
}

.gstd_list  li>a{
	display: block;
	width: 100%;
	height: 300px;
}
.gstd_list  li>a img{
	width: 100%;
	height: 300px;
}

.gstd_list  li:nth-of-type(4n){
	margin-right: 0px;
}
.gstd_list li .gstd_name{
	width: 100%;
	height: 37px;
	line-height: 37px;
	position: relative;
	background-color: #ce000e;
	text-align: right;
	position: relative;
	color: #fff;
	font-size: 20px;
	box-sizing: border-box;
	padding-right: 10px;
	
}
.gstd_list li .gstd_name img{
	position: absolute;
	left: 10px;
	top: 2px;
	height: 34px;
}
.gstd_list li .gstd_zw{
	width: 100%;
	height: 45px;
	line-height: 45px;
	position: relative;
	font-size: 16px;
	color: #606060;
	text-indent: 10px;
}
.gstd_list li .gstd_zw a{
	width: 88px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	text-indent: 0px;
	border-radius: 5px;
	display: block;
	background-color: #e0e0e0;
	color: #606060;
	position: absolute;
	right: 10px;
	top: 6px;
	font-size: 16px;
}
.gstd_list li .gstd_zw a:hover{
	background-color: #ce000e;
	color: #fff;
}
/*员工详情*/
.yginfo_left_title{
	height: 273px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.yginfo_left_title .ygtx{
	height: 273px;
	width: 220px;
	overflow: hidden;
}
.yginfo_left_title .ygtx img{
	height: auto;
	width: 220px;
}
.yginfo_left_title .ygjs{
	height: 273px;	
	width: 670px;
}
.yginfo_left_title .ygjs .ygjs_top{
	position: relative;
	border-bottom: solid 1px #ddd;
	height: 35px;
}
.yginfo_left_title .ygjs .ygjs_top .ygjs_zw{
	height: 35px;
	width: auto;
	color: #484442;
	font-size: 22px;
	border-bottom: solid 1px #da251d;
	position: absolute;
	bottom: -1px;
	display: inline-block;
}
.yginfo_left_title .ygjs .ygjs_top .ygjs_zw img{
	margin-right: 10px;
	position: relative;
	top: 4px;
}
.yginfo_left_title .ygjs .ygjs_name{
	height: 60px;
	line-height: 60px;
	color: #484442;
	font-size: 40px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.yginfo_left_title .ygjs p{
	color: #9f9f9f;
	font-size: 16px;
	line-height: 25px;
overflow: hidden;
text-overflow: ellipsis;
display: box;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.yginfo_left_title .ygjs p span{
	color: #484442;
}
.yganlie{
	color: #484442;
	font-size: 22px;
}
.yginfo_cgal ul{
	padding-top: 8px;
}
.yginfo_cgal ul li{
	width: 286px;
	height: 208px;
	float: left;
	border: solid 4px #9f9f9f;
	margin-bottom: 22px;
	margin-right: 9px;
	margin-top: 22px;
}
.yginfo_cgal ul li:nth-of-type(3n){
	margin-right: 0px;
}
.yginfo_cgal ul li a{
	width: 286px;
	height: 208px;
}

.yginfo_cgal ul li a img{
	width: 286px;
	height: 208px;
}
.yginfo_cgal ul li:nth-of-type(n+10){
	display: none;
}
.yginfo_cgal>a{
	width: 210px;
	text-align: center;
	height: 47px;
	line-height: 47px;
	color: #fff;
	background-color: #d2332c;
	font-size: 24px;
	border-radius: 5px;
	display: block;
	margin-left: 345px;
	margin-bottom: 22px;
}
.yginfo3 img{
	max-width: 100%;
}
/*新闻详情页*/
.newsInfo_fl {
            width:870px;
            background:#fff;
            padding:15px;
            position:relative;
        }

        .newsInfo_fr {
            width:285px;
        }
        .jiathis_style {
            position: absolute;
            right: -15px;
            bottom: 20px;
        }

        .newsInfo_fl_tit {
            font-size:28px;
            color:#222;
            font-weight:bold;
            padding:10px 0;
            text-align:center;
        }
        .newsInfo_fl_fen {
            text-align:center;
            padding-top: 10px;
            padding-bottom: 25px;
            width: 100%;
            font-size:13px;
            color:#888;
            position: relative;
            border-bottom: 1px dashed #ccc;
            margin-bottom:10px;
        }
            .newsInfo_fl_fen > span {
                margin:0 5px;
            }
        .newsInfo_fl_foot {
            border-top: 1px dashed #ccc;
            margin-top: 10px;
            height: 65px;
            position: relative;
            width: 100%;
        }
            .newsInfo_fl_foot p {
                padding-top:10px;
            }
            .newsInfo_fl_foot > a {
                position:absolute;
                right:0;
                top:17px;
            }
        .newsInfo_fr_top {
            width:244px;
            padding:20px;
            background:#fff;
        }
        .newsInfo_fr_top_from {
            width:244px;
            border:1px solid #e5e5e5;
        }
            .newsInfo_fr_top_from form {
                width: 230px;
                margin: 0px auto;
            }

        .newsInfo_fr_top_from form input.xiaoqu_form_textBox {
            width: 100%;
            height: 34px;
            margin-top: 10px;
            border: 1px solid #dedede;
            color: #999;
            text-indent: 15px;
        }

        .newsInfo_fr_top_from form input.xiaoqu_form_btn {
            background: #ed182a;
            color: #fff;
            height: 40px;
            line-height: 40px;
            width: 100%;
            font-size:18px;
            margin-top: 10px;
           
        }

            .newsInfo_fr_top_from p {
                color:#888;
                line-height:1.5;
                padding-top:8px;
                padding-bottom:15px;
            }
        .newsInfo_fr_foot {
            margin-top:20px;
            background:#fff;
            width:100%;
        }
            .newsInfo_fr_foot ul {
                width:275px;
                margin:0 auto;
            }
                .newsInfo_fr_foot ul li {
                    width:100%;
                    height:60px;
                    border-bottom:1px dashed #e5e5e5;
                    line-height:60px;
                }
                    .newsInfo_fr_foot ul li > p {
                        font-size:20px;
                        color:#333;
                        padding-left:10px;
                        font-weight:bold;
                    }
                    .newsInfo_fr_foot ul li a p {
                        color: #333;
                        padding: 0 10px;
                        word-break: keep-all;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                    }
                    .newsInfo_fr_foot ul li a:hover p {
                        color:#ed182a;

                    }
/*在建工地*/
.zjgd_list li{
	border-bottom: dashed 1px #ccc;
	width: 260px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
}
.zjgd_list li a{
	width: 100%;
	height: 50px;
	display: block;
	line-height: 50px;
}
.zjgd_list li a{
	text-align: center;
}
.zjgd_list li:last-of-type{
	border-bottom: none;
}
.zjgd_rwjs{
	text-align: center;
}
.zjgd_rwjs .zjgd_ren{
	width: 165px;
	height: 165px;
	margin: 15px auto;
	margin-bottom: 8px;
	border: solid #e5e5e5 5px;
	border-radius: 50%;
}
.zjgd_rwjs .zjgd_ren img{
	width: 165px;
	height: 165px;
	border-radius: 50%;
}
.zjgd_rwjs p{
	line-height: 30px;
}
.zjgd_rwjs .zjgd_renzw{
	color: #da251d;
	font-size: 14px;
}
.zjgd_rwjs .zjgd_renname{
	font-size: 20px;
	color: #666;
}
.zjtd_right{
	padding-bottom: 50px;
}
.zjgd_right_top{
	height: 40px;
	width: 910px;
	font-size: 14px;
	line-height: 40px;
	box-sizing: border-box;
	padding-left: 10px;
	margin: 0 auto;
	border-bottom: dashed 1px #ccc;
}
.zjgd_right_top .zjgd_fwxx{
	color: #4d4d4d;
}
.zjgd_right_top span{
	color: #9c9c9c;
}
.zjgd_right_top span.fr{
	color: #9c9c9c;
	padding-left: 40px;
	margin-left: 40px;
}
.zjgd_right_top span.zjgd_fwxq{
	margin-right: 30px;
}
.zjgd_right_top span.zjgdicon1{
	background: url(/images/main/zjgdicon3.png) no-repeat left;

}
.zjgd_right_top span.zjgdicon2{
	background: url(/images/main/zjgdicon2.png) no-repeat left;

}
.zjgd_right_top span.zjgdicon3{

	background: url(/images/main/zjgdicon1.png) no-repeat left;

}
.zjgd_right_con{
	width: 900px;
	font-size: 14px;
	line-height: 40px;
	box-sizing: border-box;	
	margin: 0 auto;
	margin-left: 14px;
	margin-top: 20px;
	position: relative;
}
.zjgd_right_con .zjgd_zxjd{
	width: 100px;
	height: 100%;
}
.zjgd_right_con .zjgd_zxjd .zjgd_zxjd_text{
	height: 35px;
	line-height: 35px;
	border-radius: 5px;
	text-align: center;
	background-color: #da251d;
	color: #fff;
	font-size: 18px;
}
.zjgd_right_con .zjgd_zxjd_line{
	width: 1px;
	background: #da251d;
	height: 100%;
position: absolute;
left: 49px;
top: 0px;

}

.zjgd_dbline{
	position: absolute;
	width: 850px;
	right: 0px;
	bottom: -15px;
	height: 1px;
	background: #da251d;
}
.zjgd_right_con .zjgd_zxjd_line .zjgd_zxjd_lineyuan{
	width: 10px;
	height: 10px;
	background: #da251d;
	position: relative;
	top: 100%;
	left: -4px;
	border-radius: 50%;
}
.zjgd_right_con .zjgd_nr{
	width: 786px;
	padding-top: 40px;
}
.zjgd_kgys{
	position: relative;
	margin-bottom: 30px;
}
.zjgd_kgys .zjgd_kgys_title{
	color: #4d4d4d;
	font-size: 18px;
}
.zjgd_jdname{
	position: absolute;
	top: 100px;
	left: -124px;
	width: 120px;
	height: 40px;
	background: #fff;
	padding: 15px 0px;
	padding-bottom: 30px;
	line-height: 25px;
	text-align: center;
	z-index: 99;
	color: #4d4d4d;
}
.zjgd_jdname span{
	color: #9c9c9c;
}
.zjgd_jdname .zjgd_jdname_yuan{
	width: 10px;
	height: 10px;
	position: relative;
	top: -16px;
	margin: 0 auto;
	border-radius: 50%;
	background: #da251d;
}
.zjgd_kgys .lypl{
	box-sizing: border-box;
	padding-left: 30px;
	margin: 30px auto;
	width: 786px;
	height: 280px;
}
.zjgd_kgys .lypl .cases_form_form{
	width: 660px;
	height: 165px;
	position: relative;
	top: 86px;
	left: 71px;
}
.zjgd_kgys .lypl .cases_form_form .al_text {
	width: 650px;
	height: 105px;
	border: solid 1px #ebebeb;
	resize: none;
	padding-top: 9px;
	padding-left: 10px;
	outline: none;
}
.zjgd_kgys .lypl .cases_form_form p {
	width: 220px;
	height: 35px;
	line-height: 35px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.zjgd_kgys .lypl .cases_form_form p input{
	width: 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 5px;
	background-color: #ff6000;
	color: #fff;
	font-size: 16px;
	margin-left: 10px;
	
}
.zjgd_kgys p.cyry{
	color: #4d4d4d;
	margin-bottom: 20px;
}
.zjgd_kgys p.gjs{
	color: #9c9c9c;
	padding-left: 10px;
	box-sizing: border-box;
	line-height: 40px;
}
.zjgd_kgys p.gjs img{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: solid #e5e5e5 5px;
	margin-right: 20px;
	
}
.zjgd_kgys .gjs span{
	color: #4d4d4d;
}
.zjgd_kgys .gjs div{
	width: 500px;
	height: 95px;
	border-radius: 50%;
	border: solid #e5e5e5 5px;
	
}
.zjgd_kgys p.ysqk{
	color: #9c9c9c;
}

.zjgd_kgys p.ysqk span{
	color: #4d4d4d;
	margin-left: 30px;
}
.zjgd_kgys p.ysqk span:first-of-type{
	margin-left: 0px;
}
.picScroll-left {
    overflow: hidden;
    position: relative;
    width: 786px;
    height: 192px;
    margin: 25px auto;
}

    .picScroll-left .hd {
        overflow: hidden;
        height: 91px;
        position: relative;
        bottom: 140px;
    }

        .picScroll-left .hd .prev, .picScroll-left .hd .next {
            display: block;
            width: 40px;
            height: 91px;
            overflow: hidden;
            cursor: pointer;
        }

        .picScroll-left .hd .prev {
            background: url("/images/main/zjgdbtnr.png") no-repeat top;
            float: left;
        }

        .picScroll-left .hd .next {
            background: url("/images/main/zjgdbtnl.png") no-repeat top;
            float: right;
            margin-right: 10px;
        }

            .picScroll-left .hd .prev:hover, .picScroll-left .hd .next:hover {
                background-position: bottom;
            }

    .picScroll-left .bd {
        width: 786px;
        margin: auto;
    }

        .picScroll-left .bd ul {
            overflow: hidden;
            zoom: 1;
        }

            .picScroll-left .bd ul li {
               margin-right: 10px;
                float: left;
                _display: inline;
                overflow: hidden;
                text-align: center;
                width: 252px;
                height: 192px;
                background-color: #fff;
            }

                .picScroll-left .bd ul li img {
                    width: 252px;
                height: 192px;
                }

/*材料展示页面*/
#div_main {
            width: 1200px;
            margin: 10px auto 0px auto;
            background-color: #fff;
            position: relative;
        }

        .div_pages_10px_margin {
            height: 10px;
            width: 100%;
            overflow: hidden;
        }

        #div_pages_html_sitemap {
            width: 100%;
            height: 30px;
            overflow: hidden;
            background-image: url(/images/qita/pages_ggl_foot_bg.jpg);
            background-repeat: repeat-x;
            font: 12px/30px 'Microsoft YaHei','Arial','SimSun','Helvetica','sans-serif';
            color: #333333;
            border-bottom: solid 1px #e2e2e2;
            text-indent: 4px;
        }

        #div_pages_html_sitemap_fuhao {
            float: left;
            margin-left: 10px;
            margin-top: 5px;
            display: block;
            width: 19px;
            height: 17px;
            overflow: hidden;
            background-image: url(/images/qita/pages_team_sitemap_fuhao.jpg);
            background-repeat: no-repeat;
        }

        #div_pages_html_sitemap a {
            color: #0000ff;
        }

        .div_pages_pingpaisj_panel_ul {
            width: 1159px;
            height: 374px;
            overflow: hidden;
            position: relative;
            margin: 10px auto 0px auto;
        }

        #div_pages_pingpaisj_panel_Tab, #div_pages_pingpaisj_panel_Tab2 {
            position: relative;
            width: 100%;
            margin: 0px auto 0px auto;
        }

            #div_pages_pingpaisj_panel_Tab .btn_panel div.div_iii, #div_pages_pingpaisj_panel_Tab2 .btn_panel div.div_iii {
                float: left;
                display: inline;
            }

            #div_pages_pingpaisj_panel_Tab .btn_panel .screen_btn, #div_pages_pingpaisj_panel_Tab2 .btn_panel .screen_btn {
                height: 30px;
                overflow: hidden;
                top: 18px;
                font: 22px 'Microsoft YaHei','Arial','SimSun','Helvetica','sans-serif';
                color: #ffffff;
                background-image: url(/images/qita/listt_bai.gif);
                background-repeat: no-repeat;
                background-position: -100px -100px;
                margin-right: 5px;
            }

            #div_pages_pingpaisj_panel_Tab .btn_panel a.screen_btn_hover, #div_pages_pingpaisj_panel_Tab2 .btn_panel a.screen_btn_hover {
                font: bold 22px 'Microsoft YaHei','Arial','SimSun','Helvetica','sans-serif';
                background-position: 0px 7px;
                border-bottom: solid 2px #fff;
                padding-left: 12px;
            }

        .div_pages_pingpaisj_panel_ul .outerlayer {
            visibility: hidden;
        }

        .div_pages_pingpaisj_panel_ul .ul_pages_pingpaisj_panel {
            width: 1158px;
            overflow: hidden;
            border: solid 1px #f0e6d6;
            border-top: 0px;
            border-left: 0px;
            position: absolute;
            top: 0px;
            left: 0px;
            background-color: #fff;
        }

            .div_pages_pingpaisj_panel_ul .ul_pages_pingpaisj_panel li {
                width: 192px;
                height: 178px;
                overflow: hidden;
                float: left;
                border: solid 1px #f0e6d6;
                border-bottom: 0px;
                border-right: 0px;
            }

                .div_pages_pingpaisj_panel_ul .ul_pages_pingpaisj_panel li span {
                    width: 184px;
                    height: 170px;
                    overflow: hidden;
                    display: block;
                    padding: 4px 4px 4px 4px;
                    text-align: center;
                    font: 14px/171px 'Microsoft YaHei','Arial','SimSun','Helvetica','sans-serif';
                    color: #e5e5e5;
                }

                .div_pages_pingpaisj_panel_ul .ul_pages_pingpaisj_panel li a {
                    width: 184px;
                    height: 170px;
                    overflow: hidden;
                    display: block;
                    padding: 4px 4px 4px 4px;
                    text-align: center;
                }

                    .div_pages_pingpaisj_panel_ul .ul_pages_pingpaisj_panel li a:hover {
                        background-color: #fff0f0;
                    }

        .div_pages_fdtitle {
            width: 100%;
            height: 64px;
            position: relative;
            margin: 10px auto 7px auto;
        }

            .div_pages_fdtitle .div_pages_fdtitle_room {
                width: 1182px;
                height: 64px;
                overflow: hidden;
                position: absolute;
                top: 0px;
                left: -9px;
                background-repeat: no-repeat;
            }

            .div_pages_fdtitle .div_pfdtr_img1 {
                background-image: url(/images/qita/pages_title_type_bg_1.png);
            }

            .div_pages_fdtitle .div_pfdtr_img2 {
                background-image: url(/images/logo2.png);
            }

        .div_pages_fdtitler_zuijia_panel {
            height: 64px;
            position: absolute;
            top: 0px;
            left: 53px;
            background-color: #fff;
        }

            .div_pages_fdtitler_zuijia_panel .div_pages_fdtitlerp_zuijia {
                height: 64px;
                position: relative;
                background-image: url(/images/qita/pages_title_type_bg_add_4.jpg);
                background-repeat: repeat-x;
                padding: 0px 10px 0px 0px;
                float: left;
            }

                .div_pages_fdtitler_zuijia_panel .div_pages_fdtitlerp_zuijia .span_cn_text {
                    height: 54px;
                    overflow: hidden;
                    float: left;
                    margin-top: 6px;
                    font: bold 28px/51px 'Microsoft YaHei','Arial','SimSun','Helvetica','sans-serif';
                    color: #fff;
                }

                .div_pages_fdtitler_zuijia_panel .div_pages_fdtitlerp_zuijia .span_en_text {
                    height: 54px;
                    overflow: hidden;
                    float: left;
                    margin-top: 6px;
                    font: bold 18px/67px 'Microsoft YaHei','Arial','SimSun','Helvetica','sans-serif';
                    color: #fff;
                    text-indent: 20px;
                }

                .div_pages_fdtitler_zuijia_panel .div_pages_fdtitlerp_zuijia .div_pages_fdtitlerp_zuijia_left {
                    width: 31px;
                    height: 64px;
                    overflow: hidden;
                    position: absolute;
                    left: -31px;
                    top: 0px;
                    background-image: url(/images/qita/pages_title_type_bg_add_2.gif);
                    background-repeat: no-repeat;
                }

                .div_pages_fdtitler_zuijia_panel .div_pages_fdtitlerp_zuijia .div_pages_fdtitlerp_zuijia_right {
                    width: 32px;
                    height: 64px;
                    overflow: hidden;
                    position: absolute;
                    right: -32px;
                    top: 0px;
                    background-image: url(/images/qita/pages_title_type_bg_add_3.jpg);
                    background-repeat: no-repeat;
                }

            .div_pages_fdtitler_zuijia_panel .div_pages_fdtitlerp_zuijia_right_2 {
                width: 44px;
                height: 64px;
                overflow: hidden;
                background-image: url(/images/qita/pages_title_type_bg_add_1.jpg);
                background-repeat: no-repeat;
                position: relative;
                float: left;
            }

.zdy_zz {
                height: 100%;
                position: relative;
            }

                .zdy_zz .fangzi {
                    position: absolute;
                    right: 0px;
                    top: 104px;
                }

                .zdy_zz .zdy_yuandian {
                    position: absolute;
                    width: 22px;
                    height: 22px;
                    background: url(/images/main/9.png) no-repeat;
                    z-index: 1;
                }

                    .zdy_zz .zdy_yuandian:hover {
                        background: url(/images/main/10.png) no-repeat;
                    }

                .zdy_zz .zdy_line-pic {
                    position: absolute;
                    display: none;
                }

                .zdy_zz .zdy_text-box {
                    width: 454px;
                    height: 166px;
                    background: url(/images/main/8.png) no-repeat;
                    position: absolute;
                }
/*工人直管*/
.grzg_title{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #ccc;
	font-size: 18px;
	box-sizing: border-box;
	padding-left: 60px;	
}
.grzg_title span{
	display: inline-block;
	width: 270px;
	float: left;
	height: 60px;
	text-align: center;
}
.grzg_list li{
	height: 60px;
	margin: 20px auto;
}
.grzg_list li>span{
	display: inline-block;
	width: 270px;
	height: 60px;
	line-height: 60px;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #333;
}
.grzg_list li img{
	width: 60px;
	height: 60px;
	float: left;
}